.ms-contact-div {
    width: 1160px;
    margin: -60px auto 40px;
    display: flex;
    text-align: center;
}

.ms-contact-card {
    left: 0px;
    top: 0px;
    width: 365px;
    height: 377px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0980392156862745);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0980392156862745);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.0980392156862745);
    margin: 0 10px 10px 10px;
}

.ms-contact-card img {
    width: 80px;
    height: 90px
}

.ms-contact-card-title {
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: rgb(0, 0, 0);
    padding-bottom: 20px;
}

.ms-contact-card-content {
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(127, 127, 127);
    text-align: center;
    line-height: 24px;
    padding: 15px;
}